_log

If it is inside thread local storage, then, it won't work being called from another thread

__gshared
void function(string toPrint) _log;

Meta